home *** CD-ROM | disk | FTP | other *** search
/ Introducing the New Way to Shop From Home / Introducing the New Way to Shop From Home (Iceland Foods) (2003).iso / pc / get_going.dxr / UI elements_29.ls < prev    next >
Encoding:
Text File  |  2003-01-21  |  347 b   |  12 lines

  1. on exitFrame me
  2.   global newVolume
  3.   gotoValue = 17 - ((newVolume + 1) / 16)
  4.   sprite(8).setVariable("goto", EMPTY & gotoValue)
  5.   sprite(8).goToFrame(5)
  6.   sprite(8).stop()
  7.   sprite(11).volume = newVolume
  8.   set the text of field "test1" to EMPTY & newVolume
  9.   put newVolume into field "test1"
  10.   sprite(8).setVariable("test", EMPTY & newVolume)
  11. end
  12.